home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(10) then
- set the member of sprite 10 to member "ST_SPEAK.PIC"
- puppetSound("M_OF_3B.AIF")
- updateStage()
- repeat while rollOver(10)
- nothing()
- end repeat
- set the member of sprite 10 to member "GO_SPEAK.PIC"
- puppetSound(0)
- updateStage()
- end if
- go(the frame)
- end
-